-
Re: Error during Dataiku DSS installation
Hi, The error comes from the Windows user having a space: [2022-11-17 12:32:04.353 +0800] ERROR: stderr: 'C:\Users\Muhamad' is not recognized as an internal or external command This is a known limita…1 · -
Re: Error in python process: direct access to folder is not possible.
Hi, The "Python process is running remotely, direct access to folder is not possible" error occurs because the job that executes your code recipe runs containerized, and it therefore does n…1 · -
Re: Removing (209) specific words/strings/sp characters from string column
Hi, From the example words it seems the focus is on the so-called 'stop-words'. If so, an option would be to use a Prepare recipe and apply the 'Simplify text' processor. Enable the 'Clear stop words…1 · -
Re: A question about plugin related due to "No recorded container image"
Hi, The error does not come from converting the recipe into a dev plugin but from the container configuration selected to run the plugin component. The error message suggests that there's no image av…1 · -
Re: read excel file present in folder
Hi, From the Python API for managed folders we can get a handle to interact with the objects inside a folder. However, there is no specific Dataiku method for reading Excel files. One straightforward…1 ·